cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
gradle-plugin
/
[root]
/
JvmDclComponentDependencies
Jvm
Dcl
Component
Dependencies
interface
JvmDclComponentDependencies
:
JvmComponentDependencies
(
source
)
Members
Properties
annotation
Processor
Link copied to clipboard
abstract
val
annotationProcessor
:
DependencyCollector
?
compile
Only
Link copied to clipboard
abstract
val
compileOnly
:
DependencyCollector
?
dependency
Constraint
Factory
Link copied to clipboard
@get:
Inject
abstract
val
dependencyConstraintFactory
:
DependencyConstraintFactory
?
dependency
Factory
Link copied to clipboard
@get:
Inject
abstract
val
dependencyFactory
:
DependencyFactory
?
enforced
Platform
Link copied to clipboard
abstract
val
enforcedPlatform
:
PlatformDependencyModifiers.EnforcedPlatformDependencyModifier
?
implementation
Link copied to clipboard
abstract
val
implementation
:
DependencyCollector
?
object
Factory
Link copied to clipboard
@get:
Inject
abstract
val
objectFactory
:
ObjectFactory
?
platform
Link copied to clipboard
abstract
val
platform
:
PlatformDependencyModifiers.PlatformDependencyModifier
?
project
Link copied to clipboard
@get:
Inject
abstract
val
project
:
Project
?
runtime
Only
Link copied to clipboard
abstract
val
runtimeOnly
:
DependencyCollector
?
test
Fixtures
Link copied to clipboard
abstract
val
testFixtures
:
TestFixturesDependencyModifiers.TestFixturesDependencyModifier
?
Functions
constraint
Link copied to clipboard
open
fun
constraint
(
dependencyConstraintNotation
:
CharSequence
?
)
:
DependencyConstraint
?
open
fun
constraint
(
project
:
ProjectDependency
?
)
:
DependencyConstraint
?
@
Incubating
open
fun
constraint
(
dependencyConstraint
:
ProviderConvertible
<
out
MinimalExternalModuleDependency
?
>
?
)
:
Provider
<
out
DependencyConstraint
?
>
?
@
Incubating
open
fun
constraint
(
dependencyConstraint
:
Provider
<
out
MinimalExternalModuleDependency
?
>
?
)
:
Provider
<
out
DependencyConstraint
?
>
?
gradle
Api
Link copied to clipboard
open
fun
gradleApi
(
)
:
Dependency
?
gradle
Test
Kit
Link copied to clipboard
open
fun
gradleTestKit
(
)
:
Dependency
?
local
Groovy
Link copied to clipboard
open
fun
localGroovy
(
)
:
Dependency
?
module
Link copied to clipboard
open
fun
module
(
dependencyNotation
:
CharSequence
?
)
:
ExternalModuleDependency
?
open
fun
module
(
group
:
@
Nullable
String
?
,
name
:
String
?
,
version
:
@
Nullable
String
?
)
:
ExternalModuleDependency
?
project
Link copied to clipboard
open
override
fun
project
(
)
:
ProjectDependency
open
fun
project
(
projectPath
:
String
?
)
:
ProjectDependency
?